Add comment.
authorMorten Welinder <mortenw@src.gnome.org>
Wed, 10 Mar 2004 17:58:56 +0000 (17:58 +0000)
committerMorten Welinder <mortenw@src.gnome.org>
Wed, 10 Mar 2004 17:58:56 +0000 (17:58 +0000)
gtk/gtkfilechooserdefault.c

index 74a9feb8846938e6057adbf5ff0f1c775fedceb2..dc12977fa1da93f5d9e3f8b403d2f02aad7cdc71 100644 (file)
@@ -867,6 +867,10 @@ shortcuts_insert_path (GtkFileChooserDefault *impl,
   gpointer data;
   GtkTreeIter iter;
 
+  /* Note: currently this function cannot fail.  If you ever change
+   * it so it can, go check callers and their callers.
+   */
+
   if (is_volume)
     {
       data = volume;